home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00253.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  210 b   |  12 lines

  1. global gHot, gHotMask, gNextLocker
  2.  
  3. on exitFrame
  4.   cursor([gHot, gHotMask])
  5.   startTimer()
  6.   repeat while (the timer < 600) and the mouseUp
  7.     nothing()
  8.   end repeat
  9.   set gNextLocker to "L0"
  10.   cursor(-1)
  11. end
  12.